iLoADER

HOME

Table Declaration example

The Table Declarations are added to either the Control File or the Data Transformation script file. They specify the data type and format of the table to be loaded.

The following example displays the table declaration for the Person table. The declaration states that the file to be imported is a flat file, and therefore has no delimiters. The record length is 81 and the table type is refresh, so any existing data will be overwritten.

BEGIN TABLE_DECLARATION

format = FLAT

scriptfile = PERSON.TXT

datfile = PersonData.dat

type = REFRESH

width = 81

date = 16012004

END TABLE_DECLARATION

  Online & Instructor-Led Courses | Training Videos | Webinar Recordings
© Alterian. All Rights Reserved. | Privacy Policy | Legal Notice